This page last changed on Jun 27, 2008 by scytacki.
David Chelimsky's Slides from RailsConf: Integration Testing With RSpec's Story Runner
http://blog.davidchelimsky.net/files/IntegrationTestingWithRSpecStoryRunner.RailsConf.2008.pdf
rspec plain text stories + webrat = chunky bacon!
http://www.benmabey.com/2008/02/04/rspec-plain-text-stories-webrat-chunky-bacon/
RSpec:
http://rspec.info/
Gettting Started:
http://www.vaporbase.com/postings/Getting_Started_with_Story_Runner
David Chelimsky's blog (lead rspec developer)
http://blog.davidchelimsky.net/
rspec-user mailing list:
http://rubyforge.org/mailman/listinfo/rspec-users
Stories vs. examples (thread from rspec-users mailinglist):
http://www.nabble.com/Stories-vs.-examples-td13600081.html#a13600081
Sample rails app with rspec (you can download a tarball from github if you don't have git).
http://github.com/captproton/caboo.se-sample-app-v3/tree/master
More on writing less brittle stories:
http://www.benmabey.com/2008/05/19/imperative-vs-declarative-scenarios-in-user-stories/
|